host-interaction/file-system

check file permission on Linux

rule:
  meta:
    name: check file permission on Linux
    namespace: host-interaction/file-system
    authors:
      - mehunhoff@google.com
    scopes:
      static: function
      dynamic: call
  features:
    - and:
      - or:
        - os: android
        - os: linux
      - or:
        - api: access
        - api: faccessat

last edited: 2024-05-31 17:24:19